Dataset Match

We used the Treatment Outcomes Profile to join users of the C1 (n= 109,756; users=85,048) that were evaluated with the Treatment Outcome Profile (TOP) in the same date of Admission to entries in C1 datasets.


###casos duplicados en fecha de aplicación
#1     1 97779
#2     2  2483
#3     3   149
#4     4    21
#5     5     3
#no hay casos que tengan más de una fecha de admisión Y UNA BD MÁS RECIENTE
#CONS_TOP_df_dup_ENE_2020_prev9%>% dplyr::mutate(concat=paste0(hash_key,"_",as.character(fech_ap_top)))%>% group_by(concat) %>% dplyr::mutate(n_hash_fech_ap=n(),n_dis_ano=n_distinct(ano_bd))%>% dplyr::filter(n_hash_fech_ap>1,n_dis_ano>1)

invisible(
CONS_TOP_df_dup_ENE_2020_prev9%>% dplyr::mutate(concat=paste0(hash_key,"_",as.character(fech_ap_top)))%>% group_by(concat) %>% dplyr::mutate(n_hash_fech_ap=n(),n_dis_ano=n_distinct(ano_bd))%>% dplyr::filter(n_hash_fech_ap>1,n_dis_ano>1)
)

CONS_TOP_df_dup_ENE_2020_prev9_match<-
CONS_TOP_df_dup_ENE_2020_prev9%>% dplyr::mutate(concat=paste0(hash_key,"_",as.character(fech_ap_top)))%>% group_by(concat) %>% dplyr::mutate(n_hash_fech_ap=n(),n_dis_ano=n_distinct(ano_bd))%>% dplyr::filter(n_hash_fech_ap==1)%>%
  dplyr::select(hash_key,concat,total_oh,dosis_oh,total_thc,dosis_thc,total_pbc,dosis_pbc,total_coc,dosis_coc,total_bzd,dosis_bzd,total_otra,dosis_otra,hurto,robo,venta_drogas,rina,total_vif,otro,total_transgresion,salud_psicologica,total_trabajo,total_educacion,salud_fisica,lugar_vivir,vivienda,calidad_vida,etapa_del_tratamiento)

CONS_C1_df_dup_JUL_2020_match_top<-
  CONS_C1_df_dup_JUL_2020%>%
  dplyr::mutate(concat=paste0(hash_key,"_",as.character(fech_ing)))%>%
  dplyr::left_join(CONS_TOP_df_dup_ENE_2020_prev9_match,by="concat", suffix=c("","_TOP"))%>%
  dplyr::filter(!is.na(compromiso_biopsicosocial), etapa_del_tratamiento=="Inicio Tratamiento")%>%
  dplyr::select(-hash_key_TOP)%>%
  dplyr::filter_at(vars(total_oh,dosis_oh,total_thc,dosis_thc,total_pbc,dosis_pbc,total_coc,dosis_coc,total_bzd,dosis_bzd,total_otra,dosis_otra,hurto,robo,venta_drogas,rina,total_vif,otro,total_transgresion,salud_psicologica,total_trabajo,total_educacion,salud_fisica,lugar_vivir,vivienda,calidad_vida,etapa_del_tratamiento), all_vars(!is.na(.)))

    users_top_only_one_app_match<-CONS_TOP_df_dup_ENE_2020_prev9%>% dplyr::mutate(concat=paste0(hash_key,"_",as.character(fech_ap_top)))%>% group_by(concat) %>% dplyr::mutate(n_hash_fech_ap=n(),n_dis_ano=n_distinct(ano_bd))%>% dplyr::filter(n_hash_fech_ap==1)%>% dplyr::ungroup()%>% dplyr::distinct(hash_key)%>% nrow()

#c("total_oh","dosis_oh","total_thc","dosis_thc","total_pbc","dosis_pbc","total_coc","dosis_coc","total_bzd","dosis_bzd","total_otra","dosis_otra","hurto","robo","venta_drogas","rina","total_vif","otro","total_transgresion","salud_psicologica","total_trabajo","total_educacion","salud_fisica","lugar_vivir","vivienda","calidad_vida")

# etapa_del_tratamiento      n      percent valid_percent
#                Egreso      4 3.470114e-05  0.0005719188
#    Inicio Tratamiento   6948 6.027587e-02  0.9934229339
#  Seguimiento 12 meses      0 0.000000e+00  0.0000000000
#  Seguimiento 15 meses      0 0.000000e+00  0.0000000000
#   Seguimiento 3 meses     34 2.949597e-04  0.0048613097
#   Seguimiento 6 meses      8 6.940227e-05  0.0011438376
#   Seguimiento 9 meses      0 0.000000e+00  0.0000000000
#                  <NA> 108276 9.393251e-01            NA


Of the total entries in TOP dataset (n= 109,756), we did not considered entries in TOP dataset had more than one application in the same date. We selected 6,375 cases that had no differences between the date of application and the date of admission to treatment. Additionally, these applications must had been administered at admission (excluding the 0,6% of applications that were administered at other stage of treatment). Finally, we discarded cases with null values in the variables of interest (see Figure 1).


Explore variables

We defined one outcome variable to indicate early drop-out (abandono_temp) that should vary depending on biopsychosocial compromise. We also collapsed variables related to transgression to norms (transg_norm) into a continuous variable, by counting actions committed in the last 4 weeks. Additionally, we added the variable salud_mean to get the mean of the scores in physical health, quality of life and psychological health. To capture the substance use behaviors, we defined the average pattern of drug use in alcohol, marijuana, cocaine paste base, cocaine sedatives and tranquilizers, and other substances, in terms of scores of quantity in the last four weeks (total_mean). Equally, we defined a score of the average dose of the mean reported by users on each substance. At last, we created the mean of scores of days of attendance to jobs or educational institutions in the last four weeks (trabajo_edu_mean). In case of total_vif_z, their distributions were very skewed, due to the fact that 79.8% had no scores, this is why we decided to recode it into absence of domestic violence (vif).


Values of doses over 50 were discarded and declared missing, due to the great amount of outliers.


Furthermore, we were interested in co-occurrent physical and psychiatric conditions among substance users. Consequently, we generated a variable called dg_cie_10, composed of users that at least had been diagnosed with a psychiatric condition or professionals had been studying a possible diagnosis. Also, we included dg_trs_fisico, which categorizes users without a diagnosed physical condition, and those that had one in study or had been diagnosed with a physical condition. Additionally, we generated the variable dg_cons_dep to identify drug dependence from hazardous consumption.


To capture profiles of consumption, we generated the following variables: oh identifies cases that used alcohol at least one day in the last four weeks. This same criteria was applied to marijuana (thc), cocaine paste base (pbc), cocaine (coc), benzodiazepines (bzd), and other drugs (otra). Users that reported at least two substances according to the aforementioned rule were categorized as polydrug users (polycons).


Lastly, the mean of the scores in many variables were dichotomized between users that had less than the 50% of users, compared to people that showed more scores than the 50% of the population. These were defined as Higher Frequency of Days using substances in the last four weeks (mayor_total), Higher Average Reported Daily Dose of Substances (mayor_dosis), Lower Health-Related Self-Reports (menor_salud), and Lower Days of Attendance to Work and Educational Centers in the last four weeks (menor_trabajo_edu). In a similar manner, transg_norm_bin identify users that reported at least one behavior that transgress the norm.


We discarded cases with no information in TOPs components, Biopsychosocial compromise, Cause of discharge, and Motive of admission.


Table 1. Summary of Variables
Type Variable Missing Complete Rate Ordered No. Unique Top Counts Mean (logical) Counts (logical) Mean SD Min Perc. 25 Median Perc. 75 Max Histogram
factor compromiso_biopsicosocial 0 1.0000000 FALSE 3 2-M: 3378, 3-S: 1900, 1-L: 745 NA NA NA NA NA NA NA NA NA NA
factor cie_10 0 1.0000000 FALSE 4 Dia: 2367, Sin: 2356, En : 1183, Dia: 117 NA NA NA NA NA NA NA NA NA NA
factor dg_trs_fisico 0 1.0000000 FALSE 2 1: 4076, 0: 1947 NA NA NA NA NA NA NA NA NA NA
factor abandono_temp 0 1.0000000 FALSE 2 0: 4845, 1: 1178 NA NA NA NA NA NA NA NA NA NA
factor origen_ingreso_mod 0 1.0000000 FALSE 5 Con: 3231, Sec: 1499, Der: 526, Sec: 486 NA NA NA NA NA NA NA NA NA NA
factor motivodeegreso_mod_imp 0 1.0000000 FALSE 5 Aba: 2085, Alt: 1565, Aba: 1178, Der: 644 NA NA NA NA NA NA NA NA NA NA
factor dg_trs_cons_sus_or 0 1.0000000 FALSE 2 Dep: 4241, Con: 1782 NA NA NA NA NA NA NA NA NA NA
factor diagnostico_trs_fisico 0 1.0000000 FALSE 23 En : 3452, Sin: 1947, Otr: 159, Tra: 111 NA NA NA NA NA NA NA NA NA NA
factor otros_probl_at_sm_or 1,323 0.7803420 FALSE 12 Sin: 2430, Vio: 1511, Otr: 602, Abu: 93 NA NA NA NA NA NA NA NA NA NA
factor sus_principal_mod 0 1.0000000 FALSE 5 Alc: 2305, Pas: 2117, Coc: 1231, Mar: 295 NA NA NA NA NA NA NA NA NA NA
factor otras_sus1_mod 1,961 0.6744147 FALSE 5 Alc: 1653, Mar: 1206, Coc: 701, Pas: 334 NA NA NA NA NA NA NA NA NA NA
factor otras_sus2_mod 3,848 0.3611157 FALSE 5 Mar: 825, Alc: 637, Coc: 413, Pas: 155 NA NA NA NA NA NA NA NA NA NA
factor otras_sus3_mod 3,848 0.3611157 FALSE 5 Mar: 825, Alc: 637, Coc: 413, Pas: 155 NA NA NA NA NA NA NA NA NA NA
factor dg_trs_psiq_cie_10_or 2,356 0.6088328 FALSE 12 Tra: 1283, En : 1208, Tra: 531, Tra: 272 NA NA NA NA NA NA NA NA NA NA
factor x2_dg_trs_psiq_cie_10_or 5,788 0.0390171 FALSE 11 En : 85, Tra: 55, Tra: 39, Tra: 32 NA NA NA NA NA NA NA NA NA NA
factor x3_dg_trs_psiq_cie_10_or 5,998 0.0041508 FALSE 7 Tra: 9, En : 7, Tra: 5, Ret: 1 NA NA NA NA NA NA NA NA NA NA
factor x4_dg_trs_psiq_cie_10_or 6,021 0.0003321 FALSE 2 Tra: 1, Tra: 1, En : 0, Ret: 0 NA NA NA NA NA NA NA NA NA NA
factor x5_dg_trs_psiq_cie_10_or 6,023 0.0000000 FALSE 0 Tra: 0 NA NA NA NA NA NA NA NA NA NA
factor alta_adm 0 1.0000000 FALSE 2 0: 5472, 1: 551 NA NA NA NA NA NA NA NA NA NA
factor dg_cie_10_rec 0 1.0000000 FALSE 2 1: 3667, 0: 2356 NA NA NA NA NA NA NA NA NA NA
logical hurto 0 1.0000000 NA NA NA 0.1092479 FAL: 5365, TRU: 658 NA NA NA NA NA NA NA NA
logical robo 0 1.0000000 NA NA NA 0.0632575 FAL: 5642, TRU: 381 NA NA NA NA NA NA NA NA
logical venta_drogas 0 1.0000000 NA NA NA 0.0446621 FAL: 5754, TRU: 269 NA NA NA NA NA NA NA NA
logical rina 0 1.0000000 NA NA NA 0.1276772 FAL: 5254, TRU: 769 NA NA NA NA NA NA NA NA
logical otro 0 1.0000000 NA NA NA 0.0332060 FAL: 5823, TRU: 200 NA NA NA NA NA NA NA NA
logical lugar_vivir 0 1.0000000 NA NA NA 0.9191433 TRU: 5536, FAL: 487 NA NA NA NA NA NA NA NA
logical vivienda 0 1.0000000 NA NA NA 0.9211356 TRU: 5548, FAL: 475 NA NA NA NA NA NA NA NA
logical vif 0 1.0000000 NA NA NA 0.2048813 FAL: 4789, TRU: 1234 NA NA NA NA NA NA NA NA
logical na.rm 0 1.0000000 NA NA NA 1.0000000 TRU: 6023 NA NA NA NA NA NA NA NA
logical transg_norm_bin 0 1.0000000 NA NA NA 0.3612818 FAL: 3847, TRU: 2176 NA NA NA NA NA NA NA NA
logical menor_vivienda 0 1.0000000 NA NA NA 0.1006143 FAL: 5417, TRU: 606 NA NA NA NA NA NA NA NA
logical menor_salud 0 1.0000000 NA NA NA 0.4441308 FAL: 3348, TRU: 2675 NA NA NA NA NA NA NA NA
logical menor_trabajo_edu 0 1.0000000 NA NA NA 0.5025735 TRU: 3027, FAL: 2996 NA NA NA NA NA NA NA NA
logical mayor_total 0 1.0000000 NA NA NA 0.5118712 TRU: 3083, FAL: 2940 NA NA NA NA NA NA NA NA
logical mayor_dosis 0 1.0000000 NA NA NA 0.5055620 TRU: 3045, FAL: 2978 NA NA NA NA NA NA NA NA
logical polycons 0 1.0000000 NA NA NA 0.8965632 TRU: 5400, FAL: 623 NA NA NA NA NA NA NA NA
logical mayor_comp_biopsicsoc 0 1.0000000 NA NA NA 0.3154574 FAL: 4123, TRU: 1900 NA NA NA NA NA NA NA NA
logical menor_comp_biopsicsoc 0 1.0000000 NA NA NA 0.1236925 FAL: 5278, TRU: 745 NA NA NA NA NA NA NA NA
numeric total_oh 0 1.0000000 NA NA NA NA NA 7.640378e+00 8.789704e+00 0.0000000 0.0000000 4.000000e+00 1.200000e+01 2.800000e+01 <U+2587><U+2582><U+2582><U+2581><U+2582>
numeric dosis_oh 0 1.0000000 NA NA NA NA NA 8.494106e-01 2.107396e+00 0.0000000 0.0000000 0.000000e+00 1.000000e+00 3.900000e+01 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric total_thc 0 1.0000000 NA NA NA NA NA 4.768222e+00 9.053060e+00 0.0000000 0.0000000 0.000000e+00 4.000000e+00 2.800000e+01 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric dosis_thc 0 1.0000000 NA NA NA NA NA 8.494106e-01 2.107396e+00 0.0000000 0.0000000 0.000000e+00 1.000000e+00 3.900000e+01 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric total_pbc 0 1.0000000 NA NA NA NA NA 5.219658e+00 9.245394e+00 0.0000000 0.0000000 0.000000e+00 7.000000e+00 2.800000e+01 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric dosis_pbc 0 1.0000000 NA NA NA NA NA 1.191267e+00 3.025565e+00 0.0000000 0.0000000 0.000000e+00 1.000000e+00 4.000000e+01 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric total_coc 0 1.0000000 NA NA NA NA NA 2.748464e+00 6.211483e+00 0.0000000 0.0000000 0.000000e+00 2.000000e+00 2.800000e+01 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric dosis_coc 0 1.0000000 NA NA NA NA NA 2.779346e-01 1.805226e+00 0.0000000 0.0000000 0.000000e+00 0.000000e+00 4.000000e+01 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric total_bzd 0 1.0000000 NA NA NA NA NA 8.128839e-01 4.067802e+00 0.0000000 0.0000000 0.000000e+00 0.000000e+00 2.800000e+01 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric dosis_bzd 0 1.0000000 NA NA NA NA NA 4.215507e-01 2.705355e+00 0.0000000 0.0000000 0.000000e+00 0.000000e+00 4.000000e+01 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric total_otra 0 1.0000000 NA NA NA NA NA 9.415574e-01 4.853507e+00 0.0000000 0.0000000 0.000000e+00 0.000000e+00 2.800000e+01 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric dosis_otra 0 1.0000000 NA NA NA NA NA 4.215507e-01 2.705355e+00 0.0000000 0.0000000 0.000000e+00 0.000000e+00 4.000000e+01 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric total_vif 0 1.0000000 NA NA NA NA NA 1.366263e+00 4.515555e+00 0.0000000 0.0000000 0.000000e+00 0.000000e+00 2.800000e+01 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric total_transgresion 0 1.0000000 NA NA NA NA NA 3.780508e-01 7.968906e-01 0.0000000 0.0000000 0.000000e+00 0.000000e+00 5.000000e+00 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric salud_psicologica 0 1.0000000 NA NA NA NA NA 9.168853e+00 4.622395e+00 0.0000000 5.0000000 1.000000e+01 1.200000e+01 2.000000e+01 <U+2583><U+2586><U+2587><U+2583><U+2581>
numeric total_trabajo 0 1.0000000 NA NA NA NA NA 1.087415e+01 1.053098e+01 0.0000000 0.0000000 1.000000e+01 2.000000e+01 2.800000e+01 <U+2587><U+2581><U+2582><U+2583><U+2583>
numeric total_educacion 0 1.0000000 NA NA NA NA NA 3.220986e-01 2.304571e+00 0.0000000 0.0000000 0.000000e+00 0.000000e+00 2.800000e+01 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric salud_fisica 0 1.0000000 NA NA NA NA NA 1.109613e+01 4.966466e+00 0.0000000 8.0000000 1.000000e+01 1.500000e+01 2.000000e+01 <U+2582><U+2585><U+2587><U+2586><U+2583>
numeric calidad_vida 0 1.0000000 NA NA NA NA NA 1.036128e+01 5.103217e+00 0.0000000 7.0000000 1.000000e+01 1.500000e+01 2.000000e+01 <U+2583><U+2585><U+2587><U+2585><U+2583>
numeric sin_otros_prob_sm 0 1.0000000 NA NA NA NA NA 4.034534e-01 4.906309e-01 0.0000000 0.0000000 0.000000e+00 1.000000e+00 1.000000e+00 <U+2587><U+2581><U+2581><U+2581><U+2586>
numeric dg_cons_dep 0 1.0000000 NA NA NA NA NA 7.041342e-01 4.564689e-01 0.0000000 0.0000000 1.000000e+00 1.000000e+00 1.000000e+00 <U+2583><U+2581><U+2581><U+2581><U+2587>
numeric cnt_mod_cie_10_or 0 1.0000000 NA NA NA NA NA 1.043500e+00 2.263757e-01 1.0000000 1.0000000 1.000000e+00 1.000000e+00 4.000000e+00 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric row 0 1.0000000 NA NA NA NA NA 1.124961e+05 2.003529e+04 74,802.0000000 95,657.5000000 1.123710e+05 1.283435e+05 1.618310e+05 <U+2586><U+2587><U+2587><U+2586><U+2582>
numeric transg_norm 0 1.0000000 NA NA NA NA NA 5.829321e-01 9.600389e-01 0.0000000 0.0000000 0.000000e+00 1.000000e+00 6.000000e+00 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric salud_mean 0 1.0000000 NA NA NA NA NA 1.020876e+01 4.105139e+00 0.0000000 7.3333333 1.000000e+01 1.333333e+01 2.000000e+01 <U+2582><U+2585><U+2587><U+2586><U+2582>
numeric dosis_mean 0 1.0000000 NA NA NA NA NA 6.685207e-01 1.371863e+00 0.0000000 0.0000000 1.666667e-01 8.333333e-01 1.900000e+01 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric total_mean 0 1.0000000 NA NA NA NA NA 3.688527e+00 3.361032e+00 0.0000000 1.0000000 3.000000e+00 5.333333e+00 2.333333e+01 <U+2587><U+2583><U+2581><U+2581><U+2581>
numeric vivienda_mean 0 1.0000000 NA NA NA NA NA 4.600697e+00 1.256149e+00 0.0000000 5.0000000 5.000000e+00 5.000000e+00 5.000000e+00 <U+2581><U+2581><U+2581><U+2581><U+2587>
numeric trabajo_edu_mean 0 1.0000000 NA NA NA NA NA 5.598124e+00 5.327111e+00 0.0000000 0.0000000 5.000000e+00 1.000000e+01 2.400000e+01 <U+2587><U+2582><U+2586><U+2581><U+2581>
numeric salud_mean_z 0 1.0000000 NA NA NA NA NA -1.017610e-02 9.967301e-01 -2.4888676 -0.7083302 -6.086200e-02 7.484732e-01 2.367144e+00 <U+2582><U+2585><U+2587><U+2586><U+2582>
numeric dosis_mean_z 0 1.0000000 NA NA NA NA NA -2.417700e-03 9.878153e-01 -0.4837886 -0.4837886 -3.637796e-01 1.162564e-01 1.319724e+01 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric total_mean_z 0 1.0000000 NA NA NA NA NA 1.165910e-02 1.001813e+00 -1.0877693 -0.7897023 -1.935682e-01 5.019215e-01 5.867128e+00 <U+2587><U+2582><U+2581><U+2581><U+2581>
numeric vivienda_mean_z 0 1.0000000 NA NA NA NA NA -8.623200e-03 1.014694e+00 -3.7249801 0.3139260 3.139260e-01 3.139260e-01 3.139260e-01 <U+2581><U+2581><U+2581><U+2581><U+2587>
numeric total_vif_z 0 1.0000000 NA NA NA NA NA 4.639200e-03 1.004680e+00 -0.2993448 -0.2993448 -2.993448e-01 -2.993448e-01 5.930462e+00 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric total_trabajo_edu_z 0 1.0000000 NA NA NA NA NA -6.316300e-03 1.000205e+00 -1.0574064 -1.0574064 -1.186186e-01 8.201692e-01 3.448775e+00 <U+2587><U+2582><U+2586><U+2581><U+2581>
numeric oh 0 1.0000000 NA NA NA NA NA 7.252200e-01 4.464404e-01 0.0000000 0.0000000 1.000000e+00 1.000000e+00 1.000000e+00 <U+2583><U+2581><U+2581><U+2581><U+2587>
numeric thc 0 1.0000000 NA NA NA NA NA 3.455089e-01 4.755734e-01 0.0000000 0.0000000 0.000000e+00 1.000000e+00 1.000000e+00 <U+2587><U+2581><U+2581><U+2581><U+2585>
numeric pbc 0 1.0000000 NA NA NA NA NA 3.544745e-01 4.783935e-01 0.0000000 0.0000000 0.000000e+00 1.000000e+00 1.000000e+00 <U+2587><U+2581><U+2581><U+2581><U+2585>
numeric coc 0 1.0000000 NA NA NA NA NA 3.091483e-01 4.621808e-01 0.0000000 0.0000000 0.000000e+00 1.000000e+00 1.000000e+00 <U+2587><U+2581><U+2581><U+2581><U+2583>
numeric bzd 0 1.0000000 NA NA NA NA NA 6.591400e-02 2.481523e-01 0.0000000 0.0000000 0.000000e+00 0.000000e+00 1.000000e+00 <U+2587><U+2581><U+2581><U+2581><U+2581>
numeric otra 0 1.0000000 NA NA NA NA NA 4.366590e-02 2.043677e-01 0.0000000 0.0000000 0.000000e+00 0.000000e+00 1.000000e+00 <U+2587><U+2581><U+2581><U+2581><U+2581>
#knitr::include_graphics("G:/Mi unidad/Alvacast/SISTRAT 2019 (github)/SUD_CL/Figures/Figure_Duplicates.svg")
#foreign::write.dta(CONS_C1_df_dup_JUL_2020_match_top_sel, "G:/Mi unidad/Alvacast/SISTRAT 2019 (github)/c1_top.dta")

#CONS_C1_df_dup_JUL_2020 CONS_C1_df_dup_JUL_2020_match_top CONS_TOP_df_dup_ENE_2020_prev9_match CONS_TOP_df_dup_ENE_2020_prev9
#sólo match
comb_datasets_a_n<-CONS_C1_df_dup_JUL_2020%>%
    dplyr::mutate(concat=paste0(hash_key,"_",as.character(fech_ing)))%>%
    dplyr::left_join(CONS_TOP_df_dup_ENE_2020_prev9_match,by="concat", suffix=c("","_TOP"))%>%
    dplyr::filter(!is.na(hash_key_TOP))%>%
    dplyr::select(-hash_key_TOP)%>% 
    nrow()
comb_datasets_a_users<-CONS_C1_df_dup_JUL_2020%>%
    dplyr::mutate(concat=paste0(hash_key,"_",as.character(fech_ing)))%>%
    dplyr::left_join(CONS_TOP_df_dup_ENE_2020_prev9_match,by="concat", suffix=c("","_TOP"))%>%
    dplyr::filter(!is.na(hash_key_TOP))%>%
    dplyr::select(-hash_key_TOP)%>% 
    dplyr::distinct(hash_key)%>% nrow()
#sólo los que tienen compromiso biopsicosocial
comb_datasets_b_n<-CONS_C1_df_dup_JUL_2020%>%
    dplyr::mutate(concat=paste0(hash_key,"_",as.character(fech_ing)))%>%
    dplyr::left_join(CONS_TOP_df_dup_ENE_2020_prev9_match,by="concat", suffix=c("","_TOP"))%>%
    dplyr::filter(!is.na(compromiso_biopsicosocial), !is.na(hash_key_TOP))%>%
    dplyr::select(-hash_key_TOP)%>% 
    nrow()
comb_datasets_b_users<-CONS_C1_df_dup_JUL_2020%>%
    dplyr::mutate(concat=paste0(hash_key,"_",as.character(fech_ing)))%>%
    dplyr::left_join(CONS_TOP_df_dup_ENE_2020_prev9_match,by="concat", suffix=c("","_TOP"))%>%
    dplyr::filter(!is.na(compromiso_biopsicosocial), !is.na(hash_key_TOP))%>%
    dplyr::select(-hash_key_TOP)%>% 
    dplyr::distinct(hash_key)%>% nrow()
#sólo los que tienen etapa de tratamiento de inicio de tratamiento
comb_datasets_c_n<-CONS_C1_df_dup_JUL_2020%>%
    dplyr::mutate(concat=paste0(hash_key,"_",as.character(fech_ing)))%>%
    dplyr::left_join(CONS_TOP_df_dup_ENE_2020_prev9_match,by="concat", suffix=c("","_TOP"))%>%
    dplyr::filter(!is.na(compromiso_biopsicosocial), !is.na(hash_key_TOP), etapa_del_tratamiento=="Inicio Tratamiento")%>%
    dplyr::select(-hash_key_TOP)%>% 
    nrow()
comb_datasets_c_users<-CONS_C1_df_dup_JUL_2020%>%
    dplyr::mutate(concat=paste0(hash_key,"_",as.character(fech_ing)))%>%
    dplyr::left_join(CONS_TOP_df_dup_ENE_2020_prev9_match,by="concat", suffix=c("","_TOP"))%>%
    dplyr::filter(!is.na(compromiso_biopsicosocial), !is.na(hash_key_TOP), etapa_del_tratamiento=="Inicio Tratamiento")%>%
    dplyr::select(-hash_key_TOP)%>% 
    dplyr::distinct(hash_key)%>% nrow()
#sólo los que tienen tratamientos finalizados (no en curso)

#  dplyr::filter(motivodeegreso_mod_imp!="En curso")%>% #Sacar los tratamientos que estén en curso 

#https://stackoverflow.com/questions/46750364/diagrammer-and-graphviz
#https://mikeyharper.uk/flowcharts-in-r-using-diagrammer/
#http://blog.nguyenvq.com/blog/2012/05/29/better-decision-tree-graphics-for-rpart-via-party-and-partykit/
#http://blog.nguyenvq.com/blog/2014/01/17/skeleton-to-create-fast-automatic-tree-diagrams-using-r-and-graphviz/
#https://cran.r-project.org/web/packages/DiagrammeR/vignettes/graphviz-mermaid.html
#https://stackoverflow.com/questions/39133058/how-to-use-graphviz-graphs-in-diagrammer-for-r
#https://subscription.packtpub.com/book/big_data_and_business_intelligence/9781789802566/1/ch01lvl1sec21/creating-diagrams-via-the-diagrammer-package
#https://justlegal.be/2019/05/using-flowcharts-to-display-legal-procedures/
#
#
library(DiagrammeR) #⋉
grViz("digraph flowchart {
      # node definitions with substituted label text
      node [fontname = Helvetica, shape = rectangle,fontsize = 10]        
      tab1 [label = '@@1']
      tab2 [label = '@@2']
      tab3 [label = '@@3']
      tab4 [label = '@@4']
      tab5 [label = '@@5']
      tab6 [label = '@@6']
      tab7 [label = '@@7']
      tab8 [label = '@@8']
      blank [label = '', width = 0.001, height = 0.001]

      # edge definitions with the node IDs
      tab1 -> tab2;
      blank -> tab3[label='',dir = none, shape=none, color = 'white',fontcolor = black, width=0, height=0];
      {rank=same; tab2 -> tab3 [label='Left join',fontsize = 11, dir=none]}; #⋉
      tab3 -> tab4 [label='  Result of the left join of the dataset',fontsize = 9];
      tab4 -> tab5 [label='  Only rows with available data on Biopsychosocial Compromise',fontsize = 9];
      tab5 -> tab6 [label='  Only strict matches with applications at the stage of admission',fontsize = 9];
      tab6 -> tab7 [label='  Only rows with available data on TOP scores and Diagnostic of CIE-10',fontsize = 9];
      tab7 -> tab8 [label='  Only rows with finished treatments',fontsize = 9];
      }
Only rows with available data on TOP scores

      [1]:  paste0('TOP Dataset \\n(n = ', formatC(nrow(CONS_TOP_df_dup_ENE_2020_prev9), format='f', big.mark=',', digits=0), ';\\n users: ',formatC(CONS_TOP_df_dup_ENE_2020_prev9%>% dplyr::distinct(hash_key)%>% nrow(), format='f', big.mark=',', digits=0),')')
      [2]:  paste0('Only applications w/ only one\\n application in the same date \\n(n = ', formatC(nrow(CONS_TOP_df_dup_ENE_2020_prev9_match), format='f', big.mark=',', digits=0), ';\\n users:',formatC(users_top_only_one_app_match, format='f', big.mark=',', digits=0),')')
      [3]:  paste0('Only applications w/ only one\\n application in the same date \\n(n = ', formatC(nrow(CONS_C1_df_dup_JUL_2020), format='f', big.mark=',', digits=0), ';\\n users:',formatC(CONS_C1_df_dup_JUL_2020%>% dplyr::distinct(hash_key)%>% nrow(), format='f', big.mark=',', digits=0),')')
      [4]:  paste0('Dataset \\n(n = ',formatC(comb_datasets_a_n,format='f', big.mark=',', digits=0),'\\nusers =',formatC(comb_datasets_a_users,format='f', big.mark=',', digits=0),')')
      [5]:  paste0('Dataset \\n(n = ',formatC(comb_datasets_b_n,format='f', big.mark=',', digits=0),'\\nusers =',formatC(comb_datasets_b_users,format='f', big.mark=',', digits=0),')')
      [6]:  paste0('Dataset \\n(n = ',formatC(comb_datasets_c_n,format='f', big.mark=',', digits=0),'\\nusers =',formatC(comb_datasets_c_users,format='f', big.mark=',', digits=0),')')
      [7]:  paste0('Dataset \\n(n = ', formatC(nrow(CONS_C1_df_dup_JUL_2020_match_top_sel_prev), format='f', big.mark=',', digits=0), ';\\n users: ',formatC(CONS_C1_df_dup_JUL_2020_match_top_sel_prev%>% dplyr::distinct(hash_key)%>% nrow(), format='f', big.mark=',', digits=0),')')
      [8]:  paste0('Final Sample \\n(n = ', formatC(nrow(CONS_C1_df_dup_JUL_2020_match_top_sel), format='f', big.mark=',', digits=0), ';\\n users: ',formatC(CONS_C1_df_dup_JUL_2020_match_top_sel%>% dplyr::distinct(hash_key)%>% nrow(), format='f', big.mark=',', digits=0),')')
      ")


It is reasonable to think that since the entries that matched with users with information of TOP at admission and fulfilled with the requirements shown above represents only the 5% of the original database, we decided to compare the characteristics of the treatments selected and those that were not selected.


#Definir la base de datos
CONS_C1_df_dup_JUL_2020_explore<-
    CONS_C1_df_dup_JUL_2020%>%
      dplyr::mutate(treat= ifelse(row %in% unlist(CONS_C1_df_dup_JUL_2020_match_top_sel$row),1,0))%>%
  dplyr::mutate(abandono_temp=dplyr::case_when(motivodeegreso_mod_imp=="Abandono Temprano"~1,TRUE~0),
                alta_adm= dplyr::case_when(grepl("trativa",as.character(motivodeegreso_mod_imp))~1,TRUE~0))%>%
  dplyr::mutate(abandono_temp= as.factor(abandono_temp),alta_adm=as.factor(alta_adm),
                origen_ingreso_mod=as.factor(origen_ingreso_mod))%>%
    dplyr::mutate(dg_trs_fisico= dplyr::case_when(grepl("En estudio",as.character(diagnostico_trs_fisico))~1,
                                                  grepl("Sin trastorno",as.character(diagnostico_trs_fisico))~0,
                                                  is.na(as.character(diagnostico_trs_fisico))~0,
                                                  TRUE~1))%>%
  dplyr::mutate(dg_cons_dep= dplyr::case_when(grepl("Dependencia",as.character(dg_trs_cons_sus_or))~1,
                                              TRUE~0))%>%
  dplyr::mutate(sin_otros_prob_sm= dplyr::case_when(grepl("Sin otros problemas de salud mental",as.character(otros_probl_at_sm_or), ignore.case=T)~1,
                                                    TRUE~0))%>%
  dplyr::mutate(across(c(dg_trs_psiq_cie_10_or,x2_dg_trs_psiq_cie_10_or,x3_dg_trs_psiq_cie_10_or,x4_dg_trs_psiq_cie_10_or,x5_dg_trs_psiq_cie_10_or),~dplyr::case_when(grepl("En estudio",as.character(.))~0,grepl("Sin trastorno",as.character(.))~0,is.na(.)~0,TRUE~1), .names="dg_{col}"))%>%
    dplyr::mutate(across(c(dg_trs_psiq_cie_10_or,x2_dg_trs_psiq_cie_10_or,x3_dg_trs_psiq_cie_10_or,x4_dg_trs_psiq_cie_10_or,x5_dg_trs_psiq_cie_10_or),~dplyr::case_when(grepl("En estudio",as.character(.))~1,grepl("Sin trastorno",as.character(.))~0,is.na(.)~0,TRUE~0), .names="instudy_{col}"))%>%
    dplyr::mutate(instudy_total_cie_10 = base::rowSums(dplyr::select(., instudy_dg_trs_psiq_cie_10_or, instudy_x2_dg_trs_psiq_cie_10_or, instudy_x3_dg_trs_psiq_cie_10_or, instudy_x4_dg_trs_psiq_cie_10_or, instudy_x5_dg_trs_psiq_cie_10_or)))%>%
      dplyr::mutate(dg_cie_10_rec=dplyr::case_when(grepl("Diagnosti",cie_10)~1,
                                             grepl("En estudio",cie_10)~1,
                                             TRUE~0))%>%
    dplyr::mutate(dg_cie_10_rec=as.factor(dg_cie_10_rec))%>%
  dplyr::mutate(dg_cie_10_rec=factor(dg_cie_10_rec,labels=c('No Disorder','In Study or Psychiatric Disorder')))%>%
  dplyr::mutate(compromiso_biopsicosocial=factor(compromiso_biopsicosocial,labels=c('1-Mild','2-Moderate','3-Severe')))%>%
  dplyr::mutate(origen_ingreso_mod=factor(origen_ingreso_mod,labels=c('Spontaneous','Assisted Referral','Other','Justice Sector','Health Sector')))%>%
  dplyr::mutate(dg_trs_fisico=factor(dg_trs_fisico,labels=c('No Disorder','In Study or Physical Disorder')))%>%
  dplyr::mutate(abandono_temp=factor(abandono_temp,labels=c('Other causes of discharge','Early Drop-out')))%>%
  dplyr::mutate(dg_cons_dep=factor(dg_cons_dep,labels=c('No Drug Dependence','Drug Dependence')))%>%
  dplyr::mutate(sin_otros_prob_sm=factor(sin_otros_prob_sm,labels=c('Other Mental Health Related Problems','No other mental health related problems')))%>%
  dplyr::filter(!grepl("En curso", as.character(motivodeegreso_mod_imp), ignore.case = T))

label(CONS_C1_df_dup_JUL_2020_explore$dg_cie_10_rec) <- "Psychiatric Condition (ICD-10)"
label(CONS_C1_df_dup_JUL_2020_explore$sin_otros_prob_sm) <- "Other health-related problems"
label(CONS_C1_df_dup_JUL_2020_explore$dg_trs_fisico) <- "Physical Condition"

label(CONS_C1_df_dup_JUL_2020_explore$dg_cons_dep) <- "Drug Dependence"
label(CONS_C1_df_dup_JUL_2020_explore$abandono_temp) <- "Early Drop-Out"
label(CONS_C1_df_dup_JUL_2020_explore$compromiso_biopsicosocial) <- "Compromiso Biopsicosocial(d)/Biopsychosocial Involvement(d)"
label(CONS_C1_df_dup_JUL_2020_explore$origen_ingreso_mod) <-"Origen de Ingreso (Primera Entrada)/Motive of Admission to Treatment (First Entry)"
CONS_C1_df_dup_JUL_2020_concat <- dplyr::mutate(CONS_C1_df_dup_JUL_2020,concat=paste0(hash_key,"_",as.character(fech_ing)))

#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_
#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_#_
library(compareGroups)
 
knitr::opts_chunk$set(echo = FALSE, warning=FALSE, message=FALSE)

table <- compareGroups(treat ~ compromiso_biopsicosocial+ origen_ingreso_mod+ abandono_temp+ dg_trs_fisico+ dg_cons_dep+ sin_otros_prob_sm+ dg_cie_10_rec,
                       method= c(compromiso_biopsicosocial=2, origen_ingreso_mod=2, abandono_temp=2, dg_trs_fisico=2, dg_cons_dep=2, sin_otros_prob_sm=2, dg_cie_10_rec=2),
                       data = CONS_C1_df_dup_JUL_2020_explore,
                       include.miss = T,
                       var.equal=T
                       )
Warning in compare.i(X[, i], y = y, selec.i = selec[i], method.i = method[i], :
Some levels of 'origen_ingreso_mod' are removed since no observation in that/
those levels
Warning in compare.i(X[, i], y = y, selec.i = selec[i], method.i = method[i], :
Some levels of 'abandono_temp' are removed since no observation in that/those
levels
Warning in compare.i(X[, i], y = y, selec.i = selec[i], method.i = method[i], :
Some levels of 'dg_trs_fisico' are removed since no observation in that/those
levels
Warning in compare.i(X[, i], y = y, selec.i = selec[i], method.i = method[i], :
Some levels of 'dg_cons_dep' are removed since no observation in that/those
levels
Warning in compare.i(X[, i], y = y, selec.i = selec[i], method.i = method[i], :
Some levels of 'sin_otros_prob_sm' are removed since no observation in that/
those levels
Warning in compare.i(X[, i], y = y, selec.i = selec[i], method.i = method[i], :
Some levels of 'dg_cie_10_rec' are removed since no observation in that/those
levels
pvals <- getResults(table)
#p.adjust(pvals, method = "BH")
restab <- createTable(table)
 export2md(restab, size=9,header.labels = c(p.overall = "p-value"), first.strip=T, hide.no="no", position="center",
           format="html",caption= "Table 2a. Summary descriptives table by groups, between selected rows (=1) and records that did not match (=0)")%>%
  kableExtra::add_footnote(c(paste0("Note. Variables related to C1 dataset. Records of treatments not finished were omitted (n=",CONS_C1_df_dup_JUL_2020%>% dplyr::filter(grepl("En curso", as.character(motivodeegreso_mod_imp), ignore.case = T))%>% nrow(),")")), notation = "none") %>%
  kableExtra::scroll_box(width = "100%", height = "375px")
Table 2a. Summary descriptives table by groups, between selected rows (=1) and records that did not match (=0)
0 1 p-value
N=95887 N=6023
Compromiso Biopsicosocial(d)/Biopsychosocial Involvement(d): <0.001
1-Mild 7780 (8.11%) 745 (12.4%)
2-Moderate 52036 (54.3%) 3378 (56.1%)
3-Severe 34150 (35.6%) 1900 (31.5%)
‘Missing’ 1921 (2.00%) 0 (0.00%)
Origen de Ingreso (Primera Entrada)/Motive of Admission to Treatment (First Entry): <0.001
Spontaneous 43411 (45.3%) 3231 (53.6%)
Assisted Referral 10602 (11.1%) 526 (8.73%)
Other 4946 (5.16%) 281 (4.67%)
Justice Sector 8467 (8.83%) 486 (8.07%)
Health Sector 28461 (29.7%) 1499 (24.9%)
Early Drop-Out: <0.001
Other causes of discharge 79115 (82.5%) 4845 (80.4%)
Early Drop-out 16772 (17.5%) 1178 (19.6%)
Physical Condition: <0.001
No Disorder 34882 (36.4%) 1947 (32.3%)
In Study or Physical Disorder 61005 (63.6%) 4076 (67.7%)
Drug Dependence: <0.001
No Drug Dependence 24025 (25.1%) 1782 (29.6%)
Drug Dependence 71862 (74.9%) 4241 (70.4%)
Other health-related problems: 0.020
Other Mental Health Related Problems 58655 (61.2%) 3593 (59.7%)
No other mental health related problems 37232 (38.8%) 2430 (40.3%)
Psychiatric Condition (ICD-10): <0.001
No Disorder 34633 (36.1%) 2356 (39.1%)
In Study or Psychiatric Disorder 61254 (63.9%) 3667 (60.9%)
Note. Variables related to C1 dataset. Records of treatments not finished were omitted (n=7846)


As seen in the table above, the treatments that did not matched with TOP datasets (users in treatment in where the TOP was not administered at the time of admission) may have slightly different characteristics than the sample with complete TOPs, excepting in the percentage of people that may had other health-related problems. This is relevant because this last variable is closely related to information assessed in the subsection of TOP named as transgression to norms. In order to explore the characteristics regarding the treatment outcomes profiles, we decided to compare the selected treatments with those profiles that were not selected for the study.


Table 2b. Summary descriptives table by groups, between selected rows (=1) and records that did not match (=0)
0 1 p-value
N=86400 N=6507
Promedio ptjes. est. de estado de salud autorreportado/Average std. score of self-reported health 0.11 [-0.68;0.82] -0.68 [-1.31;0.11] 0.000
Promedio ptjes. est. de dosis media/Average std. score of mean dose -0.36 [-0.36;-0.07] -0.21 [-0.36;0.22] <0.001
Promedio ptjes. est. de patrones de uso de sus. principales/Average std. score of patterns of drug use in main substances -0.54 [-0.66;0.23] 0.35 [-0.36;1.24] 0.000
Promedio est. de días trabajados o asistidos a una institución educacional/Average std. days worked and attended an educational institution -0.10 [-1.02;0.82] -0.10 [-1.02;0.82] 0.103
Hurto/Theft (Transgression to Norms in past 4 weeks): <0.001
FALSE 82209 (95.1%) 5812 (89.3%)
TRUE 4191 (4.85%) 695 (10.7%)
Robo/Robbery (Transgression to Norms in past 4 weeks): <0.001
FALSE 83979 (97.2%) 6108 (93.9%)
TRUE 2421 (2.80%) 399 (6.13%)
Venta de Drogas/Drug-selling (Transgression to Norms in past 4 weeks): <0.001
FALSE 84599 (97.9%) 6217 (95.5%)
TRUE 1801 (2.08%) 290 (4.46%)
Riña/Fights (Transgression to Norms in past 4 weeks): <0.001
FALSE 81307 (94.1%) 5691 (87.5%)
TRUE 5093 (5.89%) 816 (12.5%)
Otras Transgresiones a la Norma/Other transgression to norms (Transgression to Norms in past 4 weeks): <0.001
FALSE 84154 (97.4%) 6284 (96.6%)
TRUE 2246 (2.60%) 223 (3.43%)
Lugar Estable para Vivir/Stable Place to Live in the past 4 weeks (Housing conditions in past 4 weeks): <0.001
FALSE 5627 (6.51%) 519 (7.98%)
TRUE 80773 (93.5%) 5988 (92.0%)
Violencia Intrafamiliar Reportada en las últimas 4 semanas/Reported Domestic Violence Events in the past 4 weeks (Transgression to Norms): <0.001
FALSE 77268 (89.4%) 5192 (79.8%)
TRUE 9132 (10.6%) 1315 (20.2%)
Habita en una vivienda con las condiciones básicas/Lived in a Houshold with basic conditions in the past 4 weeks (Housing conditions in past 4 weeks): 0.072
FALSE 6195 (7.17%) 506 (7.78%)
TRUE 80205 (92.8%) 6001 (92.2%)
Note. Variables related to TOP dataset.
We discarded cases with missing values in one of the variables (n=244)


In the Table above and despite we were focused in the treatments of the Agreement 1 dataset, we may see that the only variable that did not have greater differences between the matched records and those that did not is the basic housing conditions and the standardized average days worked or assisted to educational institutions. The rest may vary greatly.


Table 2c. Summary descriptives
0
N=6023
Compromiso Biopsicosocial(d)/Biopsychosocial Involvement(d): .
1-Mild 745 (12.4%)
2-Moderate 3378 (56.1%)
3-Severe 1900 (31.5%)
Origen de Ingreso (Primera Entrada)/Motive of Admission to Treatment (First Entry): .
Spontaneous 3231 (53.6%)
Assisted Referral 526 (8.73%)
Other 281 (4.67%)
Justice Sector 486 (8.07%)
Health Sector 1499 (24.9%)
Early Drop-Out: .
Other causes of discharge 4845 (80.4%)
Early Drop-out 1178 (19.6%)
Physical Condition: .
No Disorder 1947 (32.3%)
In Study or Physical Disorder 4076 (67.7%)
Drug Dependence: .
No Drug Dependence 1782 (29.6%)
Drug Dependence 4241 (70.4%)
Other health-related problems: .
Other Mental Health Related Problems 3593 (59.7%)
No other mental health related problems 2430 (40.3%)
Psychiatric Condition (ICD-10): .
No Disorder 2356 (39.1%)
In Study or Psychiatric Disorder 3667 (60.9%)
Promedio ptjes. est. de estado de salud autorreportado/Average std. score of self-reported health -0.06 [-0.71;0.75] .
Promedio ptjes. est. de dosis media/Average std. score of mean dose -0.36 [-0.48;0.12] .
Promedio ptjes. est. de patrones de uso de sus. principales/Average std. score of patterns of drug use in main substances -0.19 [-0.79;0.50] .
Promedio est. de días trabajados o asistidos a una institución educacional/Average std. days worked and attended an educational institution -0.12 [-1.06;0.82] .
Hurto/Theft (Transgression to Norms in past 4 weeks): .
FALSE 5365 (89.1%)
TRUE 658 (10.9%)
Robo/Robbery (Transgression to Norms in past 4 weeks): .
FALSE 5642 (93.7%)
TRUE 381 (6.33%)
Venta de Drogas/Drug-selling (Transgression to Norms in past 4 weeks): .
FALSE 5754 (95.5%)
TRUE 269 (4.47%)
Riña/Fights (Transgression to Norms in past 4 weeks): .
FALSE 5254 (87.2%)
TRUE 769 (12.8%)
Otras Transgresiones a la Norma/Other transgression to norms (Transgression to Norms in past 4 weeks): .
FALSE 5823 (96.7%)
TRUE 200 (3.32%)
Lugar Estable para Vivir/Stable Place to Live in the past 4 weeks (Housing conditions in past 4 weeks): .
FALSE 487 (8.09%)
TRUE 5536 (91.9%)
Violencia Intrafamiliar Reportada en las últimas 4 semanas/Reported Domestic Violence Events in the past 4 weeks (Transgression to Norms): .
FALSE 4789 (79.5%)
TRUE 1234 (20.5%)
Habita en una vivienda con las condiciones básicas/Lived in a Houshold with basic conditions in the past 4 weeks (Housing conditions in past 4 weeks): .
FALSE 475 (7.89%)
TRUE 5548 (92.1%)
Note.


To get an idea of the distribution of the biopsychosocial compromise among the selected sample, we generated a pie chart.


Figure 2. Biopsychosocial Compromise


We generated a correlation plot which wraps different type of variables (continuous, polytomous, dichotomous).1 We selected mostly the original variables from the instrument.


Figure 3.Matrix Of Correlations Between Original Variables

Figure 3.Matrix Of Correlations Between Original Variables


Also we included an heterogeneus matrix of correlations, consisting of polychoric, biserial and pearson correlations.2 In the following matrix, we selected the recoded variables useful to contrast our hypotheses.


Figure 4.Matrix Of Correlations Between Transformed Variables

Figure 4.Matrix Of Correlations Between Transformed Variables


Variables of TOP depending on Biopsychosocial Compromise


library(reshape2)  # for melt() function
library(ggplot2)
# First we need to restructure the data into long format:
ocdMelt <- melt(CONS_C1_df_dup_JUL_2020_match_top_sel[c('compromiso_biopsicosocial','hurto',"robo","venta_drogas","rina","otro","lugar_vivir","vivienda","vif")], id=c('compromiso_biopsicosocial'))
names(ocdMelt) <- c('Group', 'Outcome_Measure', 'Frequency')
ocdMelt <-ocdMelt%>% dplyr::mutate(Frequency=factor(Frequency))%>% dplyr::group_by(Outcome_Measure,Group,Frequency)%>% dplyr::arrange(Outcome_Measure, Group,Frequency)%>% dplyr::add_tally()%>% distinct(.,.keep_all=T)%>% dplyr::ungroup()%>% dplyr::group_by(Group, Outcome_Measure)%>% dplyr::mutate(perc=n/sum(n))%>% dplyr::ungroup()%>%
  dplyr::mutate(Group= dplyr::case_when(Group=="2-Moderado"~"2-Moderate",
                                                        Group=="1-Leve"~"1-Mild",
                                                        TRUE~"3-Severe"))%>%
  dplyr::mutate(Outcome_Measure= dplyr::case_when(as.character(Outcome_Measure)=="hurto"~"Theft",
                                                  as.character(Outcome_Measure)=="robo"~"Robbery",
                                                  as.character(Outcome_Measure)=="venta_drogas"~"Drug-selling",
                                                  as.character(Outcome_Measure)=="rina"~"Fights",
                                                  as.character(Outcome_Measure)=="otro"~"Other\ntransgression\nto norms",
                                                  as.character(Outcome_Measure)=="lugar_vivir"~"Stable Place to Live",
                                                  as.character(Outcome_Measure)=="vivienda"~"Household with\nbasic conditions",
                                                  as.character(Outcome_Measure)=="vif"~"Domestic Violence"))%>%
  dplyr::mutate(Outcome_Measure= as.factor(Outcome_Measure))
# plot
p5<-ggplot(ocdMelt, aes(Outcome_Measure,perc))+
  geom_bar(aes(fill= Frequency),stat="identity")+
  facet_grid(Group~.)+
  scale_y_continuous(labels = scales::percent_format(accuracy = 5L),limits=c(0,1))+
  scale_fill_manual(values=c("grey60","steelblue"),labels=c("Absence", "Presence")) +
  sjPlot::theme_sjplot2() + 
  ylab("Biopsychosocial Compromise")+
  theme(axis.text.x = element_text(size=8,vjust = .5,angle=25), axis.text.y = element_text(size=10),
        axis.title.y = element_text(size = 14)) +
  theme(
    panel.grid.minor = element_blank(), 
    panel.grid.major = element_blank(),
    panel.grid.major.x = element_blank(),
    panel.background = element_blank(),
    line = element_blank())
p5
Figure 5. Bar Plot of Binary Answers By Biopsychosocial Compromise

Figure 5. Bar Plot of Binary Answers By Biopsychosocial Compromise


We generated z scores for those composite scores of multiple variables, in order to make them comparable. In the following figure we may observe the distribution of continuous variables among users with different levels of biopsychosocial compromise.


library(reshape2)  # for melt() function
library(ggplot2)
# First we need to restructure the data into long format:
ocdMelt2 <- melt(CONS_C1_df_dup_JUL_2020_match_top_sel[c('compromiso_biopsicosocial',"salud_mean_z","dosis_mean_z", "total_mean_z","total_trabajo_edu_z")], id=c('compromiso_biopsicosocial'))
names(ocdMelt2) <- c('Group', 'Outcome_Measure', 'Frequency')

ocdMelt2<-
  ocdMelt2%>%
    dplyr::mutate(Group= dplyr::case_when(Group=="2-Moderado"~"2-Moderate",
                                                          Group=="1-Leve"~"1-Mild",
                                                          TRUE~"3-Severe"))%>%
    dplyr::mutate(Outcome_Measure= dplyr::case_when(as.character(Outcome_Measure)=="salud_mean_z"~"Avg. std. score of\nself-reported health",
                                                    as.character(Outcome_Measure)=="dosis_mean_z"~"Avg. std. score of\nmean dose",
                                                    as.character(Outcome_Measure)=="total_mean_z"~"Avg. std.  score of\ndrug use",
                                                    as.character(Outcome_Measure)=="total_trabajo_edu_z"~"Avg. std. days\nworked & in education"))%>%
    dplyr::mutate(Outcome_Measure= as.factor(Outcome_Measure))

# plot
ocdBoxplot <- ggplot(ocdMelt2, aes(Group, Frequency, color = Outcome_Measure)) + 
  geom_jitter(alpha=0.05) +
  geom_boxplot() + 
  labs(x='Biopsychosocial Compromise', y='Scores', color='Variable') + scale_y_continuous(breaks=seq(0,50, by=5))+  
  sjPlot::theme_sjplot2() + 
  scale_color_manual(values=c("darkslategray4","rosybrown","dimgray","coral3","grey60"),na.value="black") + #"Set2"
  theme(
    panel.grid.minor = element_blank(), 
    panel.grid.major = element_blank(),
    panel.grid.major.x = element_blank(),
    panel.background = element_blank(),
    line = element_blank())
ocdBoxplot
Figure 6. Box Plot of Continuous Answers By Biopsychosocial Compromise

Figure 6. Box Plot of Continuous Answers By Biopsychosocial Compromise


As seen above, users categorized with a severe Biopsychosocial Compromise showed slightly greater patterns of consumption and lower average health in comparison to users with a mild Biopsychosocial Compromise. However, and at least in an descriptive view, they seem to not differ much between the different levels.


We checked the multivariate normality of these four last variables, in order to choose the most adequate technique to perform the analyses. These analyses may let us infer whether that users in different levels of Biopsychosocial Compromise derive from the same population in terms of scores in the Treatment Outcomes Profile.


Table 3. Multivariate Normality Test
Test Statistic P Value Normality
Mardia Skewness 26,903.49 0.000 NO
Mardia Kurtosis 218.87 0.000 NO
MVN NA NA NO
Note. Using z-scores distributions of Average Health, Average days worked or in assistance to educational institutions, Average Frequency of Use in the last Month and Average Dose in the last Month


As seen above, the continuous variables did not follow a normal distribution.


Non-parametric Multivariate Test

Considering that our variables did not follow a normal distribution, and the test is composed by a mixture of different variable types, we performed a nonparametric test for multivariate samples. The variability of responses on each of the variables of top was compared between the groups using a non-parametric multivariate ANOVA (mnpv)3 with biopsychosocial compromise as between-subject factor (discarding inter-observer variability). The procedure generates a randomization test of 5,000 resamples to compute F-statistic (pseudo-F). Additionally, these models have the advantage that allow for differences in between-group variation, is not sensitive to multicollinearity, allows for the inclusion of more variables, and tolerate sparse data.



The Wilks' Lambda type statistic will be used in the following test 
The Global Hypothesis is significant, subset algorithm will continue 

~Performing the Subset Algorithm based on Factor levels~
The Hypothesis of equality between factor levels  1-Leve 2-Moderado 3-Severo is rejected 
The Hypothesis of equality between factor levels  2-Moderado 3-Severo is rejected  
The Hypothesis of equality between factor levels  1-Leve 3-Severo is rejected  
The Hypothesis of equality between factor levels  1-Leve 2-Moderado is rejected  
All appropriate subsets using factor levels have been checked using a closed multiple testing procedure, which controls the maximum overall type I error rate at alpha= 0.05 

~Performing the Subset Algorithm based on Response Variables~ 
 The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vivienda vif is rejected  
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vif is rejected  
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vivienda is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vivienda is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vivienda is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas rina lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas rina otro vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas rina otro lugar_vivir vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas rina otro lugar_vivir vivienda is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vivienda is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vivienda is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vivienda is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vivienda is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vivienda vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vivienda is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vif is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vivienda is rejected  
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir is rejected  
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  robo venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo rina otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas is rejected 
The Hypothesis of equality using response variables  venta_drogas rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  robo rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  robo venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  robo venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  robo venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  robo venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  robo venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  hurto rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  hurto robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  hurto robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo rina otro vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo rina otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo rina otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto rina vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto rina otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto rina otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo rina vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo rina vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo rina otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_mean_z rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto robo is rejected 
The Hypothesis of equality using response variables  rina otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  venta_drogas otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  venta_drogas rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  venta_drogas rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  venta_drogas rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  venta_drogas rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  robo otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  robo rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  robo rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  robo rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  robo rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  robo venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  robo venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  robo venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  robo venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  robo venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  robo venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  robo venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  robo venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  robo venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  robo venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  hurto otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  hurto rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  hurto robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  hurto robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  hurto robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  hurto robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  hurto robo rina otro vif is rejected 
The Hypothesis of equality using response variables  hurto robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  hurto robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo rina otro vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto rina otro vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo otro vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo otro vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo rina vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo rina vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo rina otro is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  salud_mean_z otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo rina otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto rina vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto rina otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto rina otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo rina vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo rina vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo rina otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z rina vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z rina otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z rina otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo rina vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo rina vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo rina otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto rina vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto rina vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto rina otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas rina is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo rina is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo venta_drogas is rejected 
The Hypothesis of equality using response variables  total_mean_z otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z robo rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo otro is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo rina is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo venta_drogas is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo rina is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo venta_drogas is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo rina is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto rina is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto robo is rejected 
The Hypothesis of equality using response variables  dosis_mean_z otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto robo is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto robo is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto robo is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z robo is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z hurto is rejected 
The Hypothesis of equality using response variables  otro lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  rina lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  rina otro vivienda vif is rejected 
The Hypothesis of equality using response variables  rina otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  rina otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  venta_drogas lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  venta_drogas otro vivienda vif is rejected 
The Hypothesis of equality using response variables  venta_drogas otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  venta_drogas otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  venta_drogas rina vivienda vif is rejected 
The Hypothesis of equality using response variables  venta_drogas rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  venta_drogas rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  venta_drogas rina otro vif is rejected 
The Hypothesis of equality using response variables  venta_drogas rina otro vivienda is rejected 
The Hypothesis of equality using response variables  venta_drogas rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  robo lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  robo otro vivienda vif is rejected 
The Hypothesis of equality using response variables  robo otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  robo otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  robo rina vivienda vif is rejected 
The Hypothesis of equality using response variables  robo rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  robo rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  robo rina otro vif is rejected 
The Hypothesis of equality using response variables  robo rina otro vivienda is rejected 
The Hypothesis of equality using response variables  robo rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  robo venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  robo venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  robo venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  robo venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  robo venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  robo venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  robo venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  robo venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  robo venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  robo venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  hurto lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto otro vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  hurto otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  hurto rina vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  hurto rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  hurto rina otro vif is rejected 
The Hypothesis of equality using response variables  hurto rina otro vivienda is rejected 
The Hypothesis of equality using response variables  hurto rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  hurto robo vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  hurto robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  hurto robo otro vif is rejected 
The Hypothesis of equality using response variables  hurto robo otro vivienda is rejected 
The Hypothesis of equality using response variables  hurto robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  hurto robo rina vif is rejected 
The Hypothesis of equality using response variables  hurto robo rina vivienda is rejected 
The Hypothesis of equality using response variables  hurto robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  hurto robo rina otro is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z rina otro vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo otro vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo otro vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo rina vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo rina vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo rina otro is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto otro vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto otro vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto rina vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto rina vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto rina otro is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo otro is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo rina is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo venta_drogas is rejected 
The Hypothesis of equality using response variables  salud_mean_z lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z otro vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z rina vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z rina otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z rina otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo rina vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo rina vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo rina otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto rina vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto rina vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto rina otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas rina is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo rina is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo venta_drogas is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z rina vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z rina vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z rina otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas rina is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo rina is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo venta_drogas is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto rina is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto venta_drogas is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto robo is rejected 
The Hypothesis of equality using response variables  total_mean_z lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z otro vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z rina vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z rina otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z rina otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z robo vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z robo otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z robo rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z robo rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo otro is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo rina is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo venta_drogas is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo otro is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo rina is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo venta_drogas is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto otro is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto rina is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto venta_drogas is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto robo is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo rina is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo venta_drogas is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto rina is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto venta_drogas is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto robo is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z rina is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z venta_drogas is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z robo is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z hurto is rejected 
The Hypothesis of equality using response variables  dosis_mean_z lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z otro vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z rina vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z rina otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z rina otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto robo is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto robo is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z robo is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z hurto is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto robo is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z robo is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z hurto is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z robo is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z hurto is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z total_trabajo_edu_z is rejected 
The Hypothesis of equality using response variables  lugar_vivir vivienda vif is rejected 
The Hypothesis of equality using response variables  otro vivienda vif is rejected 
The Hypothesis of equality using response variables  otro lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  otro lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  rina vivienda vif is rejected 
The Hypothesis of equality using response variables  rina lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  rina lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  rina otro vif is rejected 
The Hypothesis of equality using response variables  rina otro vivienda is rejected 
The Hypothesis of equality using response variables  rina otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  venta_drogas vivienda vif is rejected 
The Hypothesis of equality using response variables  venta_drogas lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  venta_drogas lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  venta_drogas otro vif is rejected 
The Hypothesis of equality using response variables  venta_drogas otro vivienda is rejected 
The Hypothesis of equality using response variables  venta_drogas otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  venta_drogas rina vif is rejected 
The Hypothesis of equality using response variables  venta_drogas rina vivienda is rejected 
The Hypothesis of equality using response variables  venta_drogas rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  venta_drogas rina otro is rejected 
The Hypothesis of equality using response variables  robo vivienda vif is rejected 
The Hypothesis of equality using response variables  robo lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  robo lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  robo otro vif is rejected 
The Hypothesis of equality using response variables  robo otro vivienda is rejected 
The Hypothesis of equality using response variables  robo otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  robo rina vif is rejected 
The Hypothesis of equality using response variables  robo rina vivienda is rejected 
The Hypothesis of equality using response variables  robo rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  robo rina otro is rejected 
The Hypothesis of equality using response variables  robo venta_drogas vif is rejected 
The Hypothesis of equality using response variables  robo venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  robo venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  robo venta_drogas otro is rejected 
The Hypothesis of equality using response variables  robo venta_drogas rina is rejected 
The Hypothesis of equality using response variables  hurto vivienda vif is rejected 
The Hypothesis of equality using response variables  hurto lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  hurto lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  hurto otro vif is rejected 
The Hypothesis of equality using response variables  hurto otro vivienda is rejected 
The Hypothesis of equality using response variables  hurto otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  hurto rina vif is rejected 
The Hypothesis of equality using response variables  hurto rina vivienda is rejected 
The Hypothesis of equality using response variables  hurto rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  hurto rina otro is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas vif is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas otro is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas rina is rejected 
The Hypothesis of equality using response variables  hurto robo vif is rejected 
The Hypothesis of equality using response variables  hurto robo vivienda is rejected 
The Hypothesis of equality using response variables  hurto robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  hurto robo otro is rejected 
The Hypothesis of equality using response variables  hurto robo rina is rejected 
The Hypothesis of equality using response variables  hurto robo venta_drogas is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z vivienda vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z otro vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z otro vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z rina vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z rina vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z rina otro is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo otro is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo rina is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo venta_drogas is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto otro is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto rina is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto venta_drogas is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto robo is rejected 
The Hypothesis of equality using response variables  salud_mean_z vivienda vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z otro vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z otro vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z rina vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z rina vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z rina otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas rina is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo rina is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo venta_drogas is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto rina is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto venta_drogas is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto robo is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z rina is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z venta_drogas is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z robo is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z hurto is rejected 
The Hypothesis of equality using response variables  total_mean_z vivienda vif is rejected 
The Hypothesis of equality using response variables  total_mean_z lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  total_mean_z lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z otro vif is rejected 
The Hypothesis of equality using response variables  total_mean_z otro vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z rina vif is rejected 
The Hypothesis of equality using response variables  total_mean_z rina vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z rina otro is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas vif is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas otro is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas rina is rejected 
The Hypothesis of equality using response variables  total_mean_z robo vif is rejected 
The Hypothesis of equality using response variables  total_mean_z robo vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z robo otro is rejected 
The Hypothesis of equality using response variables  total_mean_z robo rina is rejected 
The Hypothesis of equality using response variables  total_mean_z robo venta_drogas is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto vif is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto otro is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto rina is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto venta_drogas is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto robo is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z vif is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z otro is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z rina is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z venta_drogas is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z robo is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z hurto is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z vif is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z otro is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z rina is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z venta_drogas is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z robo is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z hurto is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z total_trabajo_edu_z is rejected 
The Hypothesis of equality using response variables  dosis_mean_z vivienda vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z otro vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z otro vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z rina vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z rina vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z rina otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto robo is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z robo is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z hurto is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z robo is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z hurto is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z total_trabajo_edu_z is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z robo is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z hurto is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z total_trabajo_edu_z is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z salud_mean_z is rejected 
The Hypothesis of equality using response variables  vivienda vif is rejected 
The Hypothesis of equality using response variables  lugar_vivir vif is rejected 
The Hypothesis of equality using response variables  lugar_vivir vivienda is rejected 
The Hypothesis of equality using response variables  otro vif is rejected 
The Hypothesis of equality using response variables  otro vivienda is rejected 
The Hypothesis of equality using response variables  otro lugar_vivir is rejected 
The Hypothesis of equality using response variables  rina vif is rejected 
The Hypothesis of equality using response variables  rina vivienda is rejected 
The Hypothesis of equality using response variables  rina lugar_vivir is rejected 
The Hypothesis of equality using response variables  rina otro is rejected 
The Hypothesis of equality using response variables  venta_drogas vif is rejected 
The Hypothesis of equality using response variables  venta_drogas vivienda is rejected 
The Hypothesis of equality using response variables  venta_drogas lugar_vivir is rejected 
The Hypothesis of equality using response variables  venta_drogas otro is rejected 
The Hypothesis of equality using response variables  venta_drogas rina is rejected 
The Hypothesis of equality using response variables  robo vif is rejected 
The Hypothesis of equality using response variables  robo vivienda is rejected 
The Hypothesis of equality using response variables  robo lugar_vivir is rejected 
The Hypothesis of equality using response variables  robo otro is rejected 
The Hypothesis of equality using response variables  robo rina is rejected 
The Hypothesis of equality using response variables  robo venta_drogas is rejected 
The Hypothesis of equality using response variables  hurto vif is rejected 
The Hypothesis of equality using response variables  hurto vivienda is rejected 
The Hypothesis of equality using response variables  hurto lugar_vivir is rejected 
The Hypothesis of equality using response variables  hurto otro is rejected 
The Hypothesis of equality using response variables  hurto rina is rejected 
The Hypothesis of equality using response variables  hurto venta_drogas is rejected 
The Hypothesis of equality using response variables  hurto robo is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z vif is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z vivienda is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z otro is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z rina is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z venta_drogas is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z robo is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z hurto is rejected 
The Hypothesis of equality using response variables  salud_mean_z vif is rejected 
The Hypothesis of equality using response variables  salud_mean_z vivienda is rejected 
The Hypothesis of equality using response variables  salud_mean_z lugar_vivir is rejected 
The Hypothesis of equality using response variables  salud_mean_z otro is rejected 
The Hypothesis of equality using response variables  salud_mean_z rina is rejected 
The Hypothesis of equality using response variables  salud_mean_z venta_drogas is rejected 
The Hypothesis of equality using response variables  salud_mean_z robo is rejected 
The Hypothesis of equality using response variables  salud_mean_z hurto is rejected 
The Hypothesis of equality using response variables  salud_mean_z total_trabajo_edu_z is rejected 
The Hypothesis of equality using response variables  total_mean_z vif is rejected 
The Hypothesis of equality using response variables  total_mean_z vivienda is rejected 
The Hypothesis of equality using response variables  total_mean_z lugar_vivir is rejected 
The Hypothesis of equality using response variables  total_mean_z otro is rejected 
The Hypothesis of equality using response variables  total_mean_z rina is rejected 
The Hypothesis of equality using response variables  total_mean_z venta_drogas is rejected 
The Hypothesis of equality using response variables  total_mean_z robo is rejected 
The Hypothesis of equality using response variables  total_mean_z hurto is rejected 
The Hypothesis of equality using response variables  total_mean_z total_trabajo_edu_z is rejected 
The Hypothesis of equality using response variables  total_mean_z salud_mean_z is rejected 
The Hypothesis of equality using response variables  dosis_mean_z vif is rejected 
The Hypothesis of equality using response variables  dosis_mean_z vivienda is rejected 
The Hypothesis of equality using response variables  dosis_mean_z lugar_vivir is rejected 
The Hypothesis of equality using response variables  dosis_mean_z otro is rejected 
The Hypothesis of equality using response variables  dosis_mean_z rina is rejected 
The Hypothesis of equality using response variables  dosis_mean_z venta_drogas is rejected 
The Hypothesis of equality using response variables  dosis_mean_z robo is rejected 
The Hypothesis of equality using response variables  dosis_mean_z hurto is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_trabajo_edu_z is rejected 
The Hypothesis of equality using response variables  dosis_mean_z salud_mean_z is rejected 
The Hypothesis of equality using response variables  dosis_mean_z total_mean_z is rejected 
The Hypothesis of equality using response variables  vif is rejected 
The Hypothesis of equality using response variables  vivienda is rejected 
The Hypothesis of equality using response variables  lugar_vivir is rejected 
The Hypothesis of equality using response variables  rina is rejected 
The Hypothesis of equality using response variables  venta_drogas is rejected 
The Hypothesis of equality using response variables  robo is rejected 
The Hypothesis of equality using response variables  hurto is rejected 
The Hypothesis of equality using response variables  total_trabajo_edu_z is rejected 
The Hypothesis of equality using response variables  salud_mean_z is rejected 
The Hypothesis of equality using response variables  total_mean_z is rejected 
The Hypothesis of equality using response variables  dosis_mean_z is rejected 
All appropriate subsets using response variables have been checked using a multiple testing procedure, which controls the maximum overall type I error rate at alpha= 0.05
Table 4. Analysis of Variance
Model Parameter Statistic DF1 DF2 p-value Permutation Test p-value
npmvRaw ANOVA type test p-value 176.23 12.152 25,236.39 0.000 0.000
npmvRaw McKeon approx. for the Lawley Hotelling Test 57.29 24.000 10,411.40 0.000 0.000
npmvRaw Muller approx. for the Bartlett-Nanda-Pillai Test 52.30 24.012 12,023.99 0.000 0.000
npmvRaw Wilks Lambda 54.79 24.000 12,018.00 0.000 0.000
Note. Model with average dose (z score), average frequency of use (z score), average reported health (z score), average days worked or attending an educational institution (z score), theft, burglary, drug selling, fights, other, place to live, housing condition and domestic violence.


We also included the non-parametric relative treatment effects (RTE) for each variable in probabilities.


Figure 7. RTEs for each TOP component by Biopsychosocial Compromise

Figure 7. RTEs for each TOP component by Biopsychosocial Compromise


The can see that in average, there was a greater probability that the group of users with a severe biopsychosocial compromise shows a greater percentage of each component of Treatment Outcomes Profile than a randomly chosen group, excepting those components related to health & social functioning.


Table 6. Analysis of Variance using bray-curtis and Gower distance matrix
Model Parameter Df SS Mean Squares Pseudo F Eta-square p-value
vegan Raw (Bray) compromiso_biopsicosocial 2 15.044 7.522 206.6333 0.064 0.000
vegan Raw (Bray) Residuals 6,020 219.147 0.036 0.936
vegan Raw (Bray) Total 6,022 234.192 1.000
vegan Raw (Gower) compromiso_biopsicosocial 2 6.083 3.041 149.6487 0.047 0.000
vegan Raw (Gower) Residuals 6,020 122.346 0.020 0.953
vegan Raw (Gower) Total 6,022 128.429 1.000
Note. Model with average dose (z score), average frequency of use (z score), average reported health (z score), average days worked or attending an educational institution (z score), theft, burglary, drug selling, fights, other, place to live, housing condition and domestic violence.


Despite both tests indicated significant differences between the levels of biopsychosocial compromise in scores of the TOP, the r-square let us interpret that these differences only explain the 6% of the variances of the scores, affecting the generalization of the results in terms of predictive power. The same model but comparing Gower distances, instead of the former Bray-Curtis distances, indicates that these differences only explain the 5%. This could mean that other factors also account for the relationship.


Relationship with outcomes

Initialization...
TASK: Exhaustive screening of candidate set.
Fitting...

After 50 models:
Best model: abandono_temp~1+origen_ingreso_mod+dg_cie_10_rec+dg_trs_fisico
Crit= 5548.45476902525
Mean crit= 5701.59259236917

After 100 models:
Best model: abandono_temp~1+origen_ingreso_mod+dg_cie_10_rec+dg_trs_fisico+compromiso_biopsicosocial+dg_cie_10_rec:compromiso_biopsicosocial
Crit= 5547.58429862919
Mean crit= 5628.4534672111
Completed.
Figure 8. Ordered Models and AICC

Figure 8. Ordered Models and AICC


We selected the model with lower AIC. The selected model showed the more parsimonius indices (AICc= 5547.54, IC Rel. Support= 0.099).


Figure 9. Model-averaged variable importance of terms

Figure 9. Model-averaged variable importance of terms


The average importance of the term biopsychosocial compromise had the third major importance over the outcome variable (early drop-out) among the 1,000 models tested.


Table 7. Logistic Regression Coefficients
Variable Category OR 95% IC
Motive of Admission to Treatment (First Entry) (0= Spontaneous) Assisted Referral 0.80 [0.63-1.02]
Other 0.53*** [0.37-0.77]
Justice Sector 0.66** [0.51-0.86]
Health Sector 0.67*** [0.57-0.79]
Psychiatric Condition (ICD-10) (0= No Disorder) In Study or Psychiatric Disorder 4.68*** [2.99-7.32]
Physical Condition (ICD-10) (0= No Disorder) In Study or Physical Disorder 0.67*** [0.58-0.77]
Biopsychosocial Compromise (0= Mild) Moderate 1.09 [0.72-1.64]
Severe 1.73* [1.09-2.75]
Psychiatric Condition * Biopsychosocial Comp. Moderate 1.07 [0.65-1.76]
Severe 0.69 [0.40-1.18]
Note. AICc= 5547.54
Defined model= abandono_temp ~ 1 + origen_ingreso_mod + dg_cie_10_rec + dg_trs_fisico + compromiso_biopsicosocial + dg_cie_10_rec:compromiso_biopsicosocial


Must take note that the model was around the 7% (McFadden R-squared) of the deviance from the null (or the worst model), same as the , junto a intercept-only model. This would mean that the inclusion of covariates had contributed with a small amount of predictive information about the outcome. The next figures show the marginal effects of the interaction terms among the variables.


                              Model Fit Statistics                                
---------------------------------------------------------------------------------
Log-Lik Intercept Only:     -2976.679    Log-Lik Full Model:            -2762.770 
Deviance(6012):              5525.540    LR(10):                          427.818 
                                         Prob > LR:                         0.000 
MCFadden's R2                   0.072    McFadden's Adj R2:                 0.068 
ML (Cox-Snell) R2:              0.069    Cragg-Uhler(Nagelkerke) R2:        0.109 
McKelvey & Zavoina's R2:        0.154    Efron's R2:                        0.066 
Count R2:                       0.804    Adj Count R2:                      0.000 
BIC:                         5621.277    AIC:                            5547.540 
---------------------------------------------------------------------------------
           Partition for the Hosmer & Lemeshow Test            
--------------------------------------------------------------
                        def = 1                 def = 0        
Group    Total    Observed    Expected    Observed    Expected 
--------------------------------------------------------------
  1       717        34        39.40        683        677.60  
  2       559        43        40.51        516        518.49  
  3       750        70        70.76        680        679.24  
  4       390        56        50.60        334        339.40  
  5       620       119        126.72       501        493.28  
  6       643       155        144.83       488        498.17  
  7       986       289        272.22       697        713.78  
  8       164        44        46.55        120        117.45  
  9       606       156        173.70       450        432.30  
 10       588       212        212.72       376        375.28  
--------------------------------------------------------------

     Goodness of Fit Test      
------------------------------
Chi-Square    DF    Pr > ChiSq 
------------------------------
  7.2858      8       0.5061   
------------------------------
library(lsmeans)
refR_1 <- lsmeans(res@objects[[1]], specs = c("compromiso_biopsicosocial","dg_trs_fisico"))
ref_dfR_1 <- as.data.frame(cbind(summary(refR_1)[1:2],exp(summary(refR_1)[,c(3,6,7)])))

g4R_1 <- ggplot(ref_dfR_1, aes(x=compromiso_biopsicosocial, y=lsmean,group=dg_trs_fisico, colour=dg_trs_fisico))+
geom_errorbar(aes(ymin=asymp.LCL, ymax=asymp.UCL), width=.1,position=position_dodge(0.1), size=1) +
geom_line(position=position_dodge(0.1), size=.5)+
geom_point(position=position_dodge(0.1), size=2)+
  xlab("Biopsychosocial Compromise")+
  ylab("Odds Ratio (OR) of Early Drop-out")+
  sjPlot::theme_sjplot2() +
  geom_rect_interactive(alpha = 0.1, xmin=.1, xmax=.1, ymin=.1,ymax=.1) +
    # Remove plot elements added by geom_rect_interactive
  theme(legend.position="bottom")+
  guides(color=guide_legend(ncol=4))+
  labs(color="Cause of Discharge")+
  scale_colour_brewer(name="Cumulative Percentage", palette = "Set1",labels=c("No Dg.", "In study or Dg."))+
  theme(legend.title = element_blank())
  #theme(axis.text = element_blank(), axis.ticks = element_blank())

ggiraph(code = print(g4R_1))
library(lsmeans)
refR_2 <- lsmeans(res@objects[[1]], specs = c("compromiso_biopsicosocial","dg_cie_10_rec"))
ref_dfR_2 <- as.data.frame(cbind(summary(refR_2)[1:2],exp(summary(refR_2)[,c(3,6,7)])))

g4R_2 <- ggplot(ref_dfR_2, aes(x=compromiso_biopsicosocial, y=lsmean,group=dg_cie_10_rec, colour=dg_cie_10_rec))+
geom_errorbar(aes(ymin=asymp.LCL, ymax=asymp.UCL), width=.1,position=position_dodge(0.1), size=1) +
geom_line(position=position_dodge(0.1), size=.5)+
geom_point(position=position_dodge(0.1), size=2)+
  xlab("Psychiatric Condition")+
  ylab("Odds Ratio (OR) of Early Drop-out")+
  sjPlot::theme_sjplot2() +
  geom_rect_interactive(alpha = 0.1, xmin=.1, xmax=.1, ymin=.1,ymax=.1) +
    # Remove plot elements added by geom_rect_interactive
  theme(legend.position="bottom")+
  guides(color=guide_legend(ncol=4,name = "Cause of Discharge"))+
  labs(color="Motive of Admission to Treatment")+
  scale_colour_brewer(palette = "Set1",labels=c("No Dg.", "In study or Dg."))+#,labels=c("No Dg.", "In study", "Dg."))+
  theme(legend.title = element_blank())
  #theme(axis.text = element_blank(), axis.ticks = element_blank())

ggiraph(code = print(g4R_2))

Figure 10. Interactive Effects in the Prob. of Early Drop-out with Diagnose of Psychiatric Diagnosis

R version 4.0.2 (2020-06-22)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18363)

Matrix products: default

locale:
[1] LC_COLLATE=Spanish_Chile.1252  LC_CTYPE=Spanish_Chile.1252   
[3] LC_MONETARY=Spanish_Chile.1252 LC_NUMERIC=C                  
[5] LC_TIME=Spanish_Chile.1252    

attached base packages:
[1] parallel  stats     graphics  grDevices utils     datasets  methods  
[8] base     

other attached packages:
 [1] gdtools_0.2.2           glmulti_1.0.8           leaps_3.1              
 [4] rJava_0.9-13            reshape2_1.4.4          polycor_0.7-10         
 [7] DiagrammeR_1.0.6.1.9000 blorr_0.3.0             pscl_1.5.5             
[10] vegan_2.5-6             permute_0.9-5           compareGroups_4.4.5    
[13] MVN_5.8                 citr_0.3.2              ggcorrplot_0.1.3       
[16] psych_1.9.12.31         ggiraph_0.7.0           finalfit_1.0.1         
[19] lsmeans_2.30-0          emmeans_1.4.7           choroplethrAdmin1_1.1.1
[22] choroplethrMaps_1.0.1   choroplethr_3.6.3       acs_2.1.4              
[25] XML_3.99-0.3            RColorBrewer_1.1-2      panelr_0.7.3           
[28] lme4_1.1-23             Matrix_1.2-18           dplyr_1.0.0            
[31] data.table_1.12.8       codebook_0.8.2          Statamarkdown_0.4.5    
[34] devtools_2.3.0          usethis_1.6.1           sqldf_0.4-11           
[37] RSQLite_2.2.0           gsubfn_0.7              proto_1.0.0            
[40] broom_0.7.0             zoo_1.8-8               altair_4.0.1           
[43] rbokeh_0.5.1            janitor_2.0.1           plotly_4.9.2.1         
[46] kableExtra_1.1.0        Hmisc_4.4-0             Formula_1.2-3          
[49] survival_3.2-3          lattice_0.20-41         ggplot2_3.3.2          
[52] stringr_1.4.0           stringi_1.4.6           tidyr_1.1.0            
[55] knitr_1.29              matrixStats_0.56.0      boot_1.3-25            

loaded via a namespace (and not attached):
  [1] vcd_1.4-7             class_7.3-17          ps_1.3.3             
  [4] lmtest_0.9-37         rprojroot_1.3-2       crayon_1.3.4         
  [7] laeken_0.5.1          MASS_7.3-51.6         nlme_3.1-148         
 [10] backports_1.1.8       rlang_0.4.6           readxl_1.3.1         
 [13] performance_0.4.6     nloptr_1.2.2.1        callr_3.4.3          
 [16] flextable_0.5.10      rjson_0.2.20          cmprsk_2.2-10        
 [19] ggmap_3.0.0           bit64_0.9-7           glue_1.4.1           
 [22] sjPlot_2.8.4          processx_3.4.2        classInt_0.4-3       
 [25] tcltk_4.0.2           haven_2.3.1           tidyselect_1.1.0     
 [28] NADA_1.6-1.1          rio_0.5.16            sf_0.9-3             
 [31] sjmisc_2.8.5          chron_2.3-55          xtable_1.8-4         
 [34] magrittr_1.5          evaluate_0.14         Epi_2.40             
 [37] RgoogleMaps_1.4.5.3   cli_2.0.2             rstudioapi_0.11      
 [40] miniUI_0.1.1.1        sp_1.4-2              robCompositions_2.2.1
 [43] rpart_4.1-15          jtools_2.0.5          pls_2.7-2            
 [46] zCompositions_1.3.4   sjlabelled_1.1.5      RJSONIO_1.3-1.4      
 [49] maps_3.3.0            shiny_1.5.0           gistr_0.5.0          
 [52] xfun_0.15             parameters_0.7.0      pkgbuild_1.1.0       
 [55] cluster_2.1.0         sgeostat_1.0-27       tibble_3.0.1         
 [58] png_0.1-7             reshape_0.8.8         withr_2.2.0          
 [61] bitops_1.0-6          ranger_0.12.1         plyr_1.8.6           
 [64] cellranger_1.1.0      pcaPP_1.9-73          e1071_1.7-3          
 [67] coda_0.19-3           pillar_1.4.6          mvoutlier_2.0.9      
 [70] multcomp_1.4-13       fs_1.4.2              flexmix_2.3-15       
 [73] kernlab_0.9-29        vctrs_0.3.1           ellipsis_0.3.1       
 [76] generics_0.0.2        nortest_1.0-4         rgdal_1.5-8          
 [79] tools_4.0.2           foreign_0.8-80        munsell_0.5.0        
 [82] fastmap_1.0.1         compiler_4.0.2        pkgload_1.1.0        
 [85] abind_1.4-5           httpuv_1.5.4          tigris_0.9.4         
 [88] npmv_2.4.0            sessioninfo_1.1.1     gridExtra_2.3        
 [91] visNetwork_2.0.9      later_1.1.0.1         jsonlite_1.7.0       
 [94] WDI_2.6.0             GGally_1.5.0          scales_1.1.1         
 [97] carData_3.0-4         estimability_1.3      lazyeval_0.2.2       
[100] promises_1.1.1        car_3.0-8             latticeExtra_0.6-29  
[103] effectsize_0.3.1      reticulate_1.16       checkmate_2.0.0      
[106] rmarkdown_2.3         openxlsx_4.1.5        sandwich_2.5-1       
[109] moments_0.14          statmod_1.4.34        webshot_0.5.2        
[112] forcats_0.5.0         pander_0.6.3          numDeriv_2016.8-1.1  
[115] yaml_2.2.1            systemfonts_0.2.3     lest_1.1.0           
[118] prabclus_2.3-2        htmltools_0.5.0       memoise_1.1.0        
[121] modeltools_0.2-23     viridisLite_0.3.0     digest_0.6.25        
[124] rrcov_1.5-2           assertthat_0.2.1      mime_0.9             
[127] rappdirs_0.3.1        repr_1.1.0            bayestestR_0.6.0     
[130] units_0.6-6           remotes_2.1.1         blob_1.2.1           
[133] splines_4.0.2         labeling_0.3          fpc_2.2-7            
[136] cvTools_0.3.2         hms_0.5.3             modelr_0.1.8         
[139] colorspace_1.4-1      base64enc_0.1-3       mnormt_2.0.0         
[142] tmvnsim_1.0-2         nnet_7.3-14           Rcpp_1.0.4.6         
[145] mclust_5.4.6          mvtnorm_1.1-1         fansi_0.4.1          
[148] VIM_6.0.0             truncnorm_1.0-8       R6_2.4.1             
[151] grid_4.0.2            lifecycle_0.2.0       acepack_1.4.1        
[154] labelled_2.5.0        zip_2.0.4             writexl_1.3          
[157] curl_4.3              pryr_0.1.4            minqa_1.2.4          
[160] testthat_2.3.2        snakecase_0.11.0      robustbase_0.93-6    
[163] skimr_2.1.1           desc_1.2.0            TH.data_1.0-10       
[166] htmlwidgets_1.5.1     officer_0.3.11        purrr_0.3.4          
[169] crosstalk_1.1.0.1     rvest_0.3.5           mgcv_1.8-31          
[172] insight_0.8.4         htmlTable_2.0.0       codetools_0.2-16     
[175] lubridate_1.7.9       prettyunits_1.1.1     vegawidget_0.3.1     
[178] gtable_0.3.0          DBI_1.1.0             stats4_4.0.2         
[181] etm_1.1               httr_1.4.2            highr_0.8            
[184] KernSmooth_2.23-17    farver_2.0.3          uuid_0.1-4           
[187] diptest_0.75-7        hexbin_1.28.1         mice_3.9.0           
[190] xml2_1.3.2            ggeffects_0.14.3      readr_1.3.1          
[193] sROC_0.1-2            energy_1.7-7          DEoptimR_1.0-8       
[196] bit_1.1-15.2          sjstats_0.18.0        jpeg_0.1-8.1         
[199] pkgconfig_2.0.3       maptools_1.0-1        HardyWeinberg_1.6.6  
[202] Rsolnp_1.16          

References

1. Revelle W. Psych: Procedures for personality and psychological research. Book, 2019.

2. Polychoric T, Correlations P, Fox AJ. Package ‘polycor’. Statistics.

3. Ellis AR, Burchett WW, Harrar SW, et al. Nonparametric inference for multivariate data: The r package npmv. Journal of Statistical Software 2017; 76: 1–18.

4. Akbari H, Roshanpajouh M, Nourijelyani K, et al. Profile of drug users in the residential treatment centers of tehran, iran. Health promotion perspectives 2019; 9: 248–254.

5. Basu D, Ghosh A, Sarkar S, et al. Initial treatment dropout in patients with substance use disorders attending a tertiary care de-addiction centre in north india. The Indian journal of medical research 2017; 146: S77–S84.

6. Burchett W, Ellis A, Harrar S, et al. Nonparametric inference for multivariate data: The r package npmv. Journal of Statistical Software; 76. Epub ahead of print 2017. DOI: 10.18637/jss.v076.i04.

7. Calcagno V, Mazancourt C de. Glmulti: An r package for easy automated model selection with (generalized) linear models. Epub ahead of print 2010. DOI: 10.18637/jss.v034.i12.

8. Castillo-Carniglia Á, Marín JD, Soto-Brandt G, et al. Adaptation and validation of the instrument treatment outcomes profile to the chilean population. Journal of Substance Abuse Treatment. Epub ahead of print 2015. DOI: 10.1016/j.jsat.2015.03.002.

9. Center for Substance Abuse T. SAMHSA/csat treatment improvement protocols. In: Substance abuse treatment for persons with co-occurring disorders. Book Section, Rockville (MD): Substance Abuse; Mental Health Services Administration (US), 2005.

10. Collaborators GBD2D, Incidence I, Prevalence. Global, regional, and national incidence, prevalence, and years lived with disability for 354 diseases and injuries for 195 countries and territories, 1990-2017: A systematic analysis for the global burden of disease study 2017. Lancet 2018; 392: 1789–1858.

11. Control de Estupefacientes [CONACE] CN para el. Orientaciones técnicas. Tratamiento del consumo problemático de alcohol y drogas y otros trastornos de salud mental en adolescentes infractores de ley. Report, 2007.

12. Control de Estupefacientes[CONACE] CN para el. Modelo de intervención en personas con consumo problemático de sustancias psicoactivas, recluidas en los establecimientos penitenciarios chilenos. Tomo i. Elementos teóricos del programa de tratamiento, rehabilitación y reinserción social, para internos/as con consumo problemático de sustancias psicoactivas. Report, Ministerio del Interior, http://sistemas.senda.gob.cl/sistema-monitoreo/biblioteca/files/Documentos/ESTRATEGIAS%20NORMAS%20ORIENTACIONES/1%20Orientaciones%20y%20Normas/Nacional/Senda/Modelo%20de%20intervenci%C3%B3n%20de%20personas%20recluidas%20en%20establecimientos%20penitenciarios%20VOL%201.pdf (2005).

13. Control de Estupefacientes[CONACE] CN para el. Modelo de intervención en personas con consumo problemático de sustancias psicoactivas, recluidas en los establecimientos penitenciarios chilenos. Tomo ii. Programa de tratamiento, rehabilitación y reinserción social, para internos/as con consumo problemático de sustancias psicoactivas. Report, Ministerio del Interior, http://sistemas.senda.gob.cl/sistema-monitoreo/biblioteca/files/Documentos/ESTRATEGIAS%20NORMAS%20ORIENTACIONES/1%20Orientaciones%20y%20Normas/Nacional/Senda/Modelo%20de%20intervenci%C3%B3n%20de%20personas%20recluidas%20en%20establecimientos%20penitenciarios%20VOL%202.pdf (2005).

14. Copoeru I. Understanding addiction: A threefold phenomenological approach. Human Studies 2014; 37: 335–349.

15. De Boni RB, Peratikos MB, Shepherd BE, et al. Is substance use associated with hiv cascade outcomes in latin america? PLoS ONE. Epub ahead of print 2018. DOI: 10.1371/journal.pone.0194228.

16. Dixon P. VEGAN, a package of r functions for community ecology. Journal of Vegetation Science 2003; 14: 927–930.

17. Fox J. Polycor: Polychoric and polyserial correlations. Book, 2019.

18. Fukushima AR, Corrêa LT, Muñoz JWP, et al. Crack cocaine, a systematic literature review. Forensic Research & Criminology International Journal 2019; 7: 247–253.

19. Gmel G, Akre C, Astudillo M, et al. The swiss cohort study on substance use risk factors - findings of two waves. Sucht 2015; 61: 251–262.

20. Group CG on DM, Working DU2IE. Drug misuse and dependence: UK guidelines on clinical management. Report, Public Health England. Alcohol, Drugs & Tobacco Division, https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/673978/clinical_guidelines_2017.pdf (2017).

21. Hansen Z. A phenomenological investigation of clinical intuition among alcohol and drug counselors. Conference Proceedings.

22. Heinze G, Armas-Castañeda G. Public policies on the use of drugs in mexico and latin america. Drug Science, Policy and Law 2015; 2: 2050324515611587.

23. Hildebrandt T, Epstein EE, Sysko R, et al. Using factor mixture models to evaluate the type a/b classification of alcohol use disorders in a heterogeneous treatment sample. Alcoholism, clinical and experimental research 2017; 41: 987–997.

24. Hjemsæter AJ, Bramness JG, Drake R, et al. Mortality, cause of death and risk factors in patients with alcohol use disorder alone or poly-substance use disorders: A 19-year prospective cohort study. BMC Psychiatry 2019; 19: 101.

25. Hsieh M-H, Tsai S-L, Tsai C-H, et al. What is the addiction world like? Understanding the lived experience of the individuals’ illicit drug addiction in taiwan. Perspectives in Psychiatric Care 2017; 53: 47–54.

26. Huidobro R, Lozier M, Oliva M. Informe resultados: Treatment outcomes profile (top) chile. Book, 2016.

27. [CICAD] I-ADACC. Report on drug use in the americas 2019. Report 978-0-8270-6793-6, Organization of American States (OAS), http://www.cicad.oas.org/main/pubs/Report%20on%20Drug%20Use%20in%20the%20Americas%202019.pdf (2019).

28. Johannessen DA, Nordfjærn T, Geirdal AØ. Change in psychosocial factors connected to coping after inpatient treatment for substance use disorder: A systematic review. Substance abuse treatment, prevention, and policy 2019; 14: 16–16.

29. Klein M. Relapse into opiate and crack cocaine misuse: A scoping review. Addiction Research & Theory 2020; 1–19.

30. Kopak AM, Combs E, Goodman K, et al. Exposure to violence and substance use treatment outcomes among female patients. Substance Use & Misuse 2019; 54: 362–372.

31. Korkmaz D S. Goksuluk, Zararsiz G. MVN: An r package for assessing multivariate normality. The R Journal 2014; 6: 151–162.

32. Lappan SN, Brown AW, Hendricks PS. Dropout rates of in-person psychosocial substance use disorder treatments: A systematic review and meta-analysis. Addiction 2020; 115: 201–217.

33. Leung J, Peacock A, Colledge S, et al. A global meta-analysis of the prevalence of hiv, hepatitis c virus, and hepatitis b virus among people who inject drugs—do gender-based differences vary by country-level indicators? The Journal of Infectious Diseases 2019; 220: 78–90.

34. Lopes-Rosa R, Kessler FP, Pianca TG, et al. Predictors of early relapse among adolescent crack users. Journal of Addictive Diseases 2017; 36: 136–143.

35. Lozano ÓM, Rojas AJ, Fernández Calderón F. Psychiatric comorbidity and severity of dependence on substance users: How it impacts on their health-related quality of life? Journal of Mental Health 2017; 26: 119–126.

36. Marín-Navarrete M R. Medina-Mora, Pérez-López A, Horigian V. Development and evaluation of addiction treatment programs in latin america. Current opinion in psychiatry 2018; 31: 306–314.

37. Maunder RG, Wiesenfeld L, Lawson A, et al. The relationship between childhood adversity and other aspects of clinical complexity in psychiatric outpatients. Journal of Interpersonal Violence 2019; 0886260519865968.

38. Medlock MM, Rosmarin DH, Connery HS, et al. Religious coping in patients with severe substance use disorders receiving acute inpatient detoxification. The American journal on addictions 2017; 26: 744–750.

39. Messas G, Fukuda L, Pienkos E. A phenomenological contribution to substance misuse treatment: Principles for person-centered care. Psychopathology 2019; 52: 1–9.

42. Moradinazar M, Najafi F, Jalilian F, et al. Prevalence of drug use, alcohol consumption, cigarette smoking and measure of socioeconomic-related inequalities of drug use among iranian people: Findings from a national survey. Substance abuse treatment, prevention, and policy 2020; 15: 39–39.

43. Drug Abuse[NIDA] NI on. Part 1: The connection between substance use disorders and mental illness. Report, National Institute on Drug Abuse, https://www.drugabuse.gov/publications/research-reports/common-comorbidities-substance-use-disorders/part-1-connection-between-substance-use-disorders-mental-illness.

44. Organization[WHO] WH. World drug report 2019 (sales no. E.19.XI.8). Conference Proceedings.

45. Pachado MP, Scherer JN, Guimarães LSP, et al. Markers for severity of problems in interpersonal relationships of crack cocaine users from a brazilian multicenter study. Psychiatric Quarterly 2018; 89: 923–936.

46. Pacurucu-Castillo SF, Ordóñez-Mancheno JM, Hernández-Cruz A, et al. World opioid and substance use epidemic: A latin american perspective. Psychiatric Research and Clinical Practice. Epub ahead of print 2019. DOI: 10.1176/appi.prcp.20180009.

47. Papadimitriou G. The "biopsychosocial model": 40 years of application in psychiatry. Psychiatriki 2017; 28: 107–110.

48. Pérez-Gómez A, Mejía-Trujillo J. The evolution of alcohol and drug prevention strategies in latin america. In: Romano JL, Israelashvili M (eds) The cambridge handbook of international prevention science. Book Section, Cambridge: Cambridge University Press, pp. 753–779.

49. Portela A, Garcia L, Goldim J. Adolescencia vulnerable: Factores biopsicosociales relacionados al uso de drogas. Revista Bioética 2015; 23: 311–319.

50. Reyes J, Pérez C, Colon H, et al. Prevalence and patterns of polydrug use in latin america: Analysis of population-based surveys in six countries. Review of European Studies; 5. Epub ahead of print 2013. DOI: 10.5539/res.v5n1p10.

51. Ronzani TM, Fuentes-Mejía C, Mota DCB, et al. Intervenciones breves para el abuso de sustancias en américa latina: Una revisión sistemática. Psicologia em Estudo; 24, http://www.scielo.br/scielo.php?script=sci_arttext&pid=S1413-73722019000100232&nrm=iso (2019).

52. Saberi HA MB. Khanipour. Typology of substance use disorder based on temperament dimensions, addiction severity, and negative emotions. Iran J Psychiatry 2018; 13: 184–190.

53. Saberi Zafarghandi MB, Khanipour H, Ahmadi SM. Typology of substance use disorder based on temperament dimensions, addiction severity, and negative emotions. Iranian journal of psychiatry 2018; 13: 184–190.

54. Schmid M, Michaud L, Bovio N, et al. Prevalence of somatic and psychiatric morbidity across occupations in switzerland and its correlation with suicide mortality: Results from the swiss national cohort (1990–2014). BMC Psychiatry 2020; 20: 324.

55. Silva J da, Ventura CAA, Vargens OM da C, et al. Illicit drug use in seven latin american countries: Critical perspectives of families and familiars. Revista Latino-Americana de Enfermagem 2009; 17: 763–769.

56. Simoneau H, Brochu S. Addiction severity index profile of persons who reenter treatment for substance use disorders. Substance Abuse 2017; 38: 432–437.

57. Soto-Brandt G, Portilla Huidobro R, Huepe Artigas D, et al. [Validity evidence of the alcohol, smoking and substance involvement screening test (assist) in chile]. Adicciones 2014; 26: 291–302.

58. Stone J, Marsh A, Dale A, et al. Counselling guideleines: Fourth edition: Alchol and other drug issues. Book, Western Australian Government - Mental Health Commission, https://books.google.cl/books?id=K_k2xQEACAAJ (2019).

60.. 2002; 33–47.

61. Tiffany ST, Friedman L, Greenfield SF, et al. Beyond drug use: A systematic consideration of other outcomes in evaluations of treatments for substance use disorders. Addiction (Abingdon, England) 2012; 107: 709–718.

62. Valdivieso M. Sistematización de las prácticas de un programa de rehabilitación en drogas y alcohol para mujeres, con enfoque de género, que ha venido realizando el equipo de profesionales y técnicos del ctr del hospital de peñablanca. Thesis, http://repositorio.uchile.cl/handle/2250/135697 (2014).

63. Vos T, Allen C, Arora M, et al. Global, regional, and national incidence, prevalence, and years lived with disability for 310 diseases and injuries, 1990–2015: A systematic analysis for the global burden of disease study 2015. The Lancet. Epub ahead of print 2016. DOI: 10.1016/S0140-6736(16)31678-6.

64. Zijlmans EAO, Ark LA van der, Tijmstra J, et al. Methods for estimating item-score reliability. Applied Psychological Measurement. Epub ahead of print 2018. DOI: 10.1177/0146621618758290.